home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global cual3
- if cual3 = 7 then
- puppetSound("sound1")
- else
- if cual3 = 16 then
- puppetSound("harder1")
- else
- if cual3 = 24 then
- puppetSound("harder2")
- else
- if cual3 = 32 then
- puppetSound("ooh")
- else
- if cual3 = 42 then
- puppetSound("sound4")
- else
- if cual3 = 52 then
- puppetSound("ooh")
- set cual3 to 0
- end if
- end if
- end if
- end if
- end if
- end if
- set cual3 to cual3 + 1
- go("Play3")
- end
-